aboutsummaryrefslogtreecommitdiff
path: root/src/Resource.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-04-25 11:40:58 (GMT)
committerfluxgen <fluxgen>2003-04-25 11:40:58 (GMT)
commite3921394c98ce6e894d7ac0c6d5af2ba0e6fb062 (patch)
tree288d3eea7a9d012e9300a887ec4d2a65163dabe8 /src/Resource.hh
parentcc528147317df839535fff43f0696caae40a268d (diff)
downloadfluxbox-e3921394c98ce6e894d7ac0c6d5af2ba0e6fb062.zip
fluxbox-e3921394c98ce6e894d7ac0c6d5af2ba0e6fb062.tar.bz2
fixed inline
Diffstat (limited to 'src/Resource.hh')
-rw-r--r--src/Resource.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Resource.hh b/src/Resource.hh
index 8a147c8..0c9bb7a 100644
--- a/src/Resource.hh
+++ b/src/Resource.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: Resource.hh,v 1.9 2002/12/01 13:41:58 rathnor Exp $ 22// $Id: Resource.hh,v 1.10 2003/04/25 11:40:58 fluxgen Exp $
23 23
24#ifndef RESOURCE_HH 24#ifndef RESOURCE_HH
25#define RESOURCE_HH 25#define RESOURCE_HH
@@ -122,7 +122,7 @@ public:
122 m_resourcelist.remove(&r); 122 m_resourcelist.remove(&r);
123 } 123 }
124protected: 124protected:
125 static inline void ensureXrmIsInitialize(); 125 static void ensureXrmIsInitialize();
126private: 126private:
127 127
128 static bool m_init; 128 static bool m_init;