Skip to content

Commit

Permalink
+ fix linking error in Sandbox module
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Sep 2, 2015
1 parent 0603c3f commit 890f1f1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Mod/Sandbox/App/DocumentProtector.h
Expand Up @@ -49,16 +49,8 @@ class SandboxAppExport DocumentProtector : public App::DocumentObserver
void recompute();

private:
/** Checks if a new document was created */
void slotCreatedDocument(const App::Document& Doc);
/** Checks if the given document is about to be closed */
void slotDeletedDocument(const App::Document& Doc);
/** Checks if a new object was added. */
void slotCreatedObject(const App::DocumentObject& Obj);
/** Checks if the given object is about to be removed. */
void slotDeletedObject(const App::DocumentObject& Obj);
/** The property of an observed object has changed */
void slotChangedObject(const App::DocumentObject& Obj, const App::Property& Prop);
void validate();
};

Expand Down

0 comments on commit 890f1f1

Please sign in to comment.