Revert "Updates following rename of PropertyBuffer"
[platform/core/uifw/dali-demo.git] / examples / refraction-effect / refraction-effect-example.cpp
index 6be6080..804e784 100644 (file)
@@ -352,7 +352,7 @@ private:
     return true;
   }
 
-  bool OnTouch( Actor actor, const TouchData& event )
+  bool OnTouch( Actor actor, const TouchEvent& event )
   {
     switch( event.GetState( 0 ) )
     {
@@ -480,6 +480,8 @@ private:
         return;
     }
 
+    fileBuffer.PushBack( '\0' );
+
     std::stringstream iss( &fileBuffer[0], std::ios::in );
 
     boundingBox.Resize( 6 );