diff options
author | David Robillard <d@drobilla.net> | 2007-12-19 06:58:52 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-12-19 06:58:52 +0000 |
commit | 15b8dcbbdd68473df4ad188be16a1344985fbf66 (patch) | |
tree | d5bbcfaf7ae4aaa4f22aba8aa40c72bc8d404788 /src/libs/gui/App.hpp | |
parent | 961b74bb60ee45954972dce5aec194fd5c21e569 (diff) | |
download | ingen-15b8dcbbdd68473df4ad188be16a1344985fbf66.tar.gz ingen-15b8dcbbdd68473df4ad188be16a1344985fbf66.tar.bz2 ingen-15b8dcbbdd68473df4ad188be16a1344985fbf66.zip |
Fix LV2 GUI embedding.
Clean up LV2 icon stuff.
Fix flood of "unable to load icon" warnings.
git-svn-id: http://svn.drobilla.net/lad/ingen@980 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/gui/App.hpp')
-rw-r--r-- | src/libs/gui/App.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/gui/App.hpp b/src/libs/gui/App.hpp index 261a9c72..6f2d71fc 100644 --- a/src/libs/gui/App.hpp +++ b/src/libs/gui/App.hpp @@ -130,8 +130,8 @@ protected: } }; - typedef map<pair<string, int>, Gdk::Pixbuf*, LexicalCompare<string, int> > IconMap; - IconMap _icons; + typedef map<pair<string, int>, Gdk::Pixbuf*, LexicalCompare<string, int> > Icons; + Icons _icons; App(Ingen::Shared::World* world); |