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
#define H_OFX_PROJECTION_EDITOR
class ofxProjectionEditor()
class ofxProjectionEditor
{
public:
ofxProjectionEditor();
~ofxProjectionEditor();
}
};
#endif

4
src/ofxSurfaceManagerGui.h

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