diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-04-12 06:11:31 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-04-12 06:11:31 +0000 |
| commit | 456cf2d5065b6939516194c896ccc6f443c08a8c (patch) | |
| tree | 275cfb42527901d444ef11760163fcd03ef317b0 /src/Resource.h | |
| parent | 8d3c97389f23271c7b44a726111c97d34bc2ced2 (diff) | |
real_reconfigure now using obResource instead of teh XrmDatabase calls.
obResource class calls XrmInitialize().
Diffstat (limited to 'src/Resource.h')
| -rw-r--r-- | src/Resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
