Changeset 319 for cpp/frams/param


Ignore:
Timestamp:
02/01/15 01:08:50 (9 years ago)
Author:
Maciej Komosinski
Message:

Fixed compilation warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/param/param.h

    r316 r319  
    6060{
    6161public:
     62        virtual ~ParamInterface() {}
     63
    6264        virtual int getGroupCount() = 0; ///< @return the number of property groups
    6365        virtual int getPropCount() = 0; ///< @return the number of properties
Note: See TracChangeset for help on using the changeset viewer.