Changeset 338 in flair-src for trunk/lib/FlairCore/src/Picture.cpp
- Timestamp:
- Oct 17, 2019, 2:49:35 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to
/branches/sanscv merged eligible
-
Property svn:mergeinfo
set to
-
trunk/lib/FlairCore/src/Picture.cpp
r330 r338 17 17 18 18 #include "Picture.h" 19 #include " cvimage.h"19 #include "Image.h" 20 20 #include "Layout.h" 21 21 #include "LayoutPosition.h" … … 30 30 31 31 Picture::Picture(const LayoutPosition *position, string name, 32 const cvimage *image)32 const Image *image) 33 33 : SendData(position, name, "Picture", 200) { 34 34 this->image = image;
Note:
See TracChangeset
for help on using the changeset viewer.