From 17ef2638592a4be20fb2b41e045c4ee51196271e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 11 Apr 2002 05:05:48 +0000 Subject: load_rc() now uses the obResource class to load its configuration --- src/Resource.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Resource.h') diff --git a/src/Resource.h b/src/Resource.h index 90b86d31..da9a4d5c 100644 --- a/src/Resource.h +++ b/src/Resource.h @@ -30,9 +30,10 @@ class obResource { public: obResource(const std::string &file); + obResource(); virtual ~obResource(); - // an empty string is an invalid value for the file and will cause an assert + // 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