Browse Source

Fix projection editor class typos

master
Krisjanis Rijnieks 11 years ago
parent
commit
293dce71fd
  1. 4
      src/ofxProjectionEditor.h
  2. 4
      src/ofxSurfaceManagerGui.h

4
src/ofxProjectionEditor.h

@ -1,11 +1,11 @@
#ifndef H_OFX_PROJECTION_EDITOR #ifndef H_OFX_PROJECTION_EDITOR
#define H_OFX_PROJECTION_EDITOR #define H_OFX_PROJECTION_EDITOR
class ofxProjectionEditor() class ofxProjectionEditor
{ {
public: public:
ofxProjectionEditor(); ofxProjectionEditor();
~ofxProjectionEditor(); ~ofxProjectionEditor();
} };
#endif #endif

4
src/ofxSurfaceManagerGui.h

@ -3,6 +3,8 @@
#include "ofMain.h" #include "ofMain.h"
#include "ofxSurfaceManager.h" #include "ofxSurfaceManager.h"
#include "ofxTextureEditor.h"
#include "ofxProjectionEditor.h"
class ofxSurfaceManagerGui class ofxSurfaceManagerGui
{ {
@ -15,6 +17,8 @@ public:
private: private:
ofxSurfaceManager* surfaceManager; ofxSurfaceManager* surfaceManager;
ofxTextureEditor textureEditor;
ofxProjectionEditor projectionEditor;
}; };
#endif #endif
Loading…
Cancel
Save