rtems/vxworks compiler warnings

This commit is contained in:
Matej Sekoranja
2014-11-26 13:15:46 +01:00
parent e67e8153ef
commit 8541ffa5e9
3 changed files with 8 additions and 3 deletions

View File

@@ -53,6 +53,9 @@ map<string, PVStructure::shared_pointer> structureStore;
class StructureChangedCallback {
public:
POINTER_DEFINITIONS(StructureChangedCallback);
~StructureChangedCallback() {}
// TODO for now no BitSets, etc.
virtual void structureChanged() = 0;
};