Changeset 737 for cpp/frams/canvas


Ignore:
Timestamp:
02/17/18 19:03:18 (6 years ago)
Author:
Maciej Komosinski
Message:

Made destructors virtual to avoid compiler warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/canvas/nn_layout.h

    r286 r737  
    2424        // layout function user can use this to retrieve the resulting element layout:
    2525        virtual int *GetXYWH(int el) = 0;               ///< @return current element (el=0..N-1) position and size ret[0],[1],[2],[3]=x,y,w,h
     26
     27        virtual ~NNLayoutState() {}
    2628};
    2729
Note: See TracChangeset for help on using the changeset viewer.