diff options
author | fluxgen <fluxgen> | 2003-12-16 17:06:52 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-12-16 17:06:52 (GMT) |
commit | 72b878f78c0df0a54cf8e9f04bb2e22dd6715658 (patch) | |
tree | 2bd5252fe426875a8bb7ba77b61eeff695ee3c62 /src/FbTk/EventManager.hh | |
parent | a1930dbf6ae447e92a8dc063ab5d36057ae1babc (diff) | |
download | fluxbox-72b878f78c0df0a54cf8e9f04bb2e22dd6715658.zip fluxbox-72b878f78c0df0a54cf8e9f04bb2e22dd6715658.tar.bz2 |
fixed some icc warnings
Diffstat (limited to 'src/FbTk/EventManager.hh')
-rw-r--r-- | src/FbTk/EventManager.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/EventManager.hh b/src/FbTk/EventManager.hh index 1ad401e..4b693ff 100644 --- a/src/FbTk/EventManager.hh +++ b/src/FbTk/EventManager.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: EventManager.hh,v 1.6 2003/10/14 16:23:16 rathnor Exp $ | 22 | // $Id: EventManager.hh,v 1.7 2003/12/16 17:06:49 fluxgen Exp $ |
23 | 23 | ||
24 | #include "EventHandler.hh" | 24 | #include "EventHandler.hh" |
25 | #include <map> | 25 | #include <map> |
@@ -57,4 +57,4 @@ private: | |||
57 | std::map<Window, EventHandler *> m_parent; | 57 | std::map<Window, EventHandler *> m_parent; |
58 | }; | 58 | }; |
59 | 59 | ||
60 | }; //end namespace FbTk | 60 | } //end namespace FbTk |