diff options
| author | Tim Redfern <tim@getdrop.com> | 2017-10-29 15:46:09 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2017-10-29 15:46:09 +0000 |
| commit | f8c5d72b24247a9573b57e198bc931803fe96985 (patch) | |
| tree | 5467bcdd7fa28315c77833201c0c463b30a79925 /gui/src/chainImageSet.h | |
| parent | bcc4abca24d04b29a929ed063f18a080041fe0be (diff) | |
RC1 - rotation gone crazy
Diffstat (limited to 'gui/src/chainImageSet.h')
| -rw-r--r-- | gui/src/chainImageSet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/src/chainImageSet.h b/gui/src/chainImageSet.h index 91ac531..1cc44cd 100644 --- a/gui/src/chainImageSet.h +++ b/gui/src/chainImageSet.h @@ -2,6 +2,7 @@ #include "ofxJSON.h" #include "chainImage.h" #include "threadedChainImageLoader.h" +#include "threadedSystemDialogs.h" class chainImageSet{ @@ -72,4 +73,5 @@ class chainImageSet{ std::vector <int> loadingIndexes; threadedChainImageLoader loader; + //threadedSystemLoadDialog loadDialog; };
\ No newline at end of file |
