fixed std

This commit is contained in:
fluxgen 2002-01-20 02:25:35 +00:00
parent f72da2f967
commit 90a006e356

View file

@ -22,7 +22,7 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE. // DEALINGS IN THE SOFTWARE.
// $Id: Screen.hh,v 1.10 2002/01/20 02:17:23 fluxgen Exp $ // $Id: Screen.hh,v 1.11 2002/01/20 02:25:35 fluxgen Exp $
#ifndef _SCREEN_HH_ #ifndef _SCREEN_HH_
#define _SCREEN_HH_ #define _SCREEN_HH_
@ -88,7 +88,7 @@ class BScreen;
class BScreen : public ScreenInfo { class BScreen : public ScreenInfo {
public: public:
BScreen(ResourceManager &rm, Fluxbox *b, BScreen(ResourceManager &rm, Fluxbox *b,
const string &screenname, const string &altscreenname, const std::string &screenname, const std::string &altscreenname,
int scrn); int scrn);
~BScreen(); ~BScreen();