Skip to content

Commit

Permalink
tgame_version: use tlist class when experimental listbox is enabled
Browse files Browse the repository at this point in the history
This prevents class declaration clashes
  • Loading branch information
Vultraz committed Oct 18, 2015
1 parent 741b233 commit a137a62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gui/dialogs/game_version.hpp
Expand Up @@ -26,7 +26,11 @@
namespace gui2
{

#ifdef GUI2_EXPERIMENTAL_LISTBOX
class tlist;
#else
class tlistbox;
#endif
class tstacked_widget;

class tgame_version : public tdialog
Expand Down

0 comments on commit a137a62

Please sign in to comment.