From fbd485969c782be52252162683280580cc3cf919 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Thu, 14 May 2015 17:31:00 +0300 Subject: [PATCH] Make surfaceManager public to allow access from commandManager --- src/ofxPiMapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ofxPiMapper.h b/src/ofxPiMapper.h index 5ff4057..b7f8908 100644 --- a/src/ofxPiMapper.h +++ b/src/ofxPiMapper.h @@ -54,12 +54,12 @@ class ofxPiMapper{ void testUndoableCommand(int increase); int undoTestValue; ofx::piMapper::CommandManager commandManager; + ofx::piMapper::SurfaceManager surfaceManager; private: bool isSetUp; bool bShowInfo; ofx::piMapper::MediaServer mediaServer; - ofx::piMapper::SurfaceManager surfaceManager; // Discussion: Here now the GUI points only to surface manager, // maybe it should be as a separate layer?