summaryrefslogtreecommitdiff
path: root/src/Resource.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-04-11 06:58:53 +0000
committerDana Jansens <danakj@orodu.net>2002-04-11 06:58:53 +0000
commit6ea740cd0e76ed9da89a872d047342fafd733c32 (patch)
treef89069a459df1bede8a62becbc4ac56346af5dcc /src/Resource.h
parent17ef2638592a4be20fb2b41e045c4ee51196271e (diff)
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
Diffstat (limited to 'src/Resource.h')
-rw-r--r--src/Resource.h1
1 files changed, 0 insertions, 1 deletions
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<const std::string &>(m_file);
}