Add null check for mTextureSet.
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / drag-drop-detector / drag-and-drop-detector-impl.h
index e2e1c47..01ca57e 100755 (executable)
@@ -1,8 +1,8 @@
-#ifndef __DALI_INTERNAL_DRAG_AND_DROP_DETECTOR_H__
-#define __DALI_INTERNAL_DRAG_AND_DROP_DETECTOR_H__
+#ifndef DALI_INTERNAL_DRAG_AND_DROP_DETECTOR_H
+#define DALI_INTERNAL_DRAG_AND_DROP_DETECTOR_H
 
 /*
- * Copyright (c) 2018 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 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.
@@ -194,7 +194,7 @@ public: // Signals
   }
 
 public:
-  bool OnDrag(Dali::Actor actor, const Dali::TouchData& data);
+  bool OnDrag(Dali::Actor actor, const Dali::TouchEvent& data);
   void OnPan(Dali::Actor actor, const PanGesture& gesture);
 
 private:
@@ -266,4 +266,4 @@ inline const Internal::DragAndDropDetector& GetImplementation(const Dali::Toolki
 
 } // namespace Dali
 
-#endif // __DALI_INTERNAL_DRAG_AND_DROP_DETECTOR_H__
+#endif // DALI_INTERNAL_DRAG_AND_DROP_DETECTOR_H