From 6ea740cd0e76ed9da89a872d047342fafd733c32 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 11 Apr 2002 06:58:53 +0000 Subject: load_rc(BScreen *) now uses the obResource class to load its configuration added a few consts in BScreen to be compatible with the new code. reordered the compilation in src/ so that Resource.cc is in alphabetical order --- src/Resource.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Resource.h') diff --git a/src/Resource.h b/src/Resource.h index da9a4d5c..253c09ee 100644 --- a/src/Resource.h +++ b/src/Resource.h @@ -33,7 +33,6 @@ public: obResource(); virtual ~obResource(); - // an empty string will cause an assert if load() or save() is called inline const std::string &file() const { return static_cast(m_file); } -- cgit v1.2.3