diff options
Diffstat (limited to 'util')
-rw-r--r-- | util/fbsetroot.hh | 2 | ||||
-rw-r--r-- | util/fluxbox-update_configs.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/util/fbsetroot.hh b/util/fbsetroot.hh index 5a4400f..3cc931b 100644 --- a/util/fbsetroot.hh +++ b/util/fbsetroot.hh | |||
@@ -27,7 +27,7 @@ namespace FbTk { | |||
27 | 27 | ||
28 | class ImageControl; | 28 | class ImageControl; |
29 | 29 | ||
30 | }; | 30 | } |
31 | 31 | ||
32 | class fbsetroot : public FbTk::App { | 32 | class fbsetroot : public FbTk::App { |
33 | public: | 33 | public: |
diff --git a/util/fluxbox-update_configs.cc b/util/fluxbox-update_configs.cc index 77b3ff7..40962da 100644 --- a/util/fluxbox-update_configs.cc +++ b/util/fluxbox-update_configs.cc | |||
@@ -463,7 +463,7 @@ set<string> modified_files; | |||
463 | // we may want to put a size limit on this cache, so it doesn't grow too big | 463 | // we may want to put a size limit on this cache, so it doesn't grow too big |
464 | map<string,string> file_cache; | 464 | map<string,string> file_cache; |
465 | 465 | ||
466 | }; | 466 | } |
467 | 467 | ||
468 | // returns the contents of the file given, either from the cache or by reading | 468 | // returns the contents of the file given, either from the cache or by reading |
469 | // the file from disk | 469 | // the file from disk |