Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ofxaddons
ofxCloudLib
Commits
59867279
Commit
59867279
authored
Jan 23, 2018
by
artificiel
Browse files
AbstractClient: #includes explicites
parent
36d96136
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ofxCloudLib/AbstractClient.hpp
View file @
59867279
...
...
@@ -2,7 +2,7 @@
#define ABSTRACTCLIENT_HPP
#include "ofMain.h"
//
#include "ofx
InputField
.h"
#include "ofx
Gui
.h"
namespace
ofxCloudLib
{
...
...
@@ -14,6 +14,7 @@ class AbstractClient
{
client_name_
=
client_name
;
index_
=
index
;
gui_
.
setName
(
client_name
);
}
virtual
bool
is_xyz_new
()
{
return
false
;
}
virtual
void
update
(){};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment