Revert "Changes after TouchData renamed to TouchEvent"
[platform/core/uifw/dali-demo.git] / examples / visual-transitions / transition-application.h
index 6f6e722..9846c11 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_DEMO_TRANSITION_APPLICATION_H
 
 /*
- * Copyright (c) 2020 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -57,7 +57,7 @@ public:
   void OnKeyEvent( const KeyEvent& event );
 
   bool OnActionButtonClicked( Button button );
-  bool OnVisualButtonClicked( Actor actor, const TouchEvent& touch );
+  bool OnVisualButtonClicked( Actor actor, const TouchData& touchData );
 
   static const char* DEMO_THEME_ONE_PATH;