From 456cf2d5065b6939516194c896ccc6f443c08a8c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 12 Apr 2002 06:11:31 +0000 Subject: real_reconfigure now using obResource instead of teh XrmDatabase calls. obResource class calls XrmInitialize(). --- src/Resource.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Resource.h') diff --git a/src/Resource.h b/src/Resource.h index 985e29d8..912ae753 100644 --- a/src/Resource.h +++ b/src/Resource.h @@ -65,6 +65,7 @@ public: std::string &value) const; private: + static bool m_initialized; std::string m_file; bool m_modified; bool m_autosave; -- cgit v1.2.3