Also add build fix for OSX (not-tested, so OSXers, please do test).

This commit is contained in:
Nathan Letwory
2011-05-02 08:39:17 +00:00
parent 3986896500
commit aecb892e19
2 changed files with 10 additions and 0 deletions

View File

@@ -191,6 +191,11 @@ public:
*/
virtual void putClipboard(GHOST_TInt8 *buffer, bool selection) const;
/**
* @see GHOST_ISystem
*/
int toggleConsole(int action) { return 0; }
protected:
/**
* Initializes the system.

View File

@@ -227,6 +227,11 @@ public:
* @return Indication whether the event was handled.
*/
GHOST_TSuccess handleApplicationBecomeActiveEvent();
/**
* @see GHOST_ISystem
*/
int toggleConsole(int action) { return 0; }
protected: