aboutsummaryrefslogtreecommitdiff
path: root/src/Resource.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2002-01-21 02:12:11 (GMT)
committerfluxgen <fluxgen>2002-01-21 02:12:11 (GMT)
commit68c5d384a713a955ab388a70fe608e177446352f (patch)
treeb9fa5eae8b14533d0a142b1e44d060384059b39b /src/Resource.hh
parentb3427664c47380e7e9061c23718be70eecc59db2 (diff)
downloadfluxbox-68c5d384a713a955ab388a70fe608e177446352f.zip
fluxbox-68c5d384a713a955ab388a70fe608e177446352f.tar.bz2
fixed bool and some resource
Diffstat (limited to 'src/Resource.hh')
-rw-r--r--src/Resource.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Resource.hh b/src/Resource.hh
index 38bea30..9b314e7 100644
--- a/src/Resource.hh
+++ b/src/Resource.hh
@@ -19,6 +19,8 @@
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.2 2002/01/21 02:11:49 fluxgen Exp $
23
22#ifndef _RESOURCE_HH_ 24#ifndef _RESOURCE_HH_
23#define _RESOURCE_HH_ 25#define _RESOURCE_HH_
24 26
@@ -103,5 +105,4 @@ private:
103 105
104}; 106};
105 107
106
107#endif //_RESOURCE_HH_ 108#endif //_RESOURCE_HH_