diff options
Diffstat (limited to 'layer_image.cpp')
-rw-r--r-- | layer_image.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layer_image.cpp b/layer_image.cpp index 8f49471..897175a 100644 --- a/layer_image.cpp +++ b/layer_image.cpp @@ -8,6 +8,8 @@ #include "osc_graphics.h" #include "layer_image.h" +Layer::CtorInfo LayerImage::ctor_info = {"image", "s" /* file */}; + #if 0 static inline void |