compile fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20650 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2007-10-01 22:19:39 +00:00
parent f318fbf36c
commit 8ae95bb178

View File

@ -20,8 +20,7 @@
#include <QList>
#include <QToolBar>
class QComboBox;
#include <QComboBox>
namespace lyx {
@ -86,7 +85,7 @@ private:
GuiCommandBuffer * command_buffer_;
};
/// return a full path of an XPM for the given action
/// return a full path of an .png for the given action
std::string const getIcon(FuncRequest const & f, bool unknown = true);
} // namespace frontend