Skip to content

Instantly share code, notes, and snippets.

@grrussel
Created March 31, 2014 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grrussel/9899657 to your computer and use it in GitHub Desktop.
Save grrussel/9899657 to your computer and use it in GitHub Desktop.
OpenXCOM OSX 10.9 build fix
diff --git a/src/Interface/ComboBox.cpp b/src/Interface/ComboBox.cpp
index d90b08d..e6923ef 100644
--- a/src/Interface/ComboBox.cpp
+++ b/src/Interface/ComboBox.cpp
@@ -28,6 +28,9 @@
namespace OpenXcom
{
+ const int ComboBox::LIST_MARGIN;
+ const int ComboBox::MAX_ITEMS ;
+
/**
* Sets up a combobox with the specified size and position.
* @param state Pointer to state the window belongs to.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment