Fix compile error. Non initialized variable.
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / controls / table-view / array-2d.h
index 371db0f..31339c9 100644 (file)
@@ -1,9 +1,9 @@
 #pragma once
-#ifndef __DALI_ARRAY2D_H__
-#define __DALI_ARRAY2D_H__
+#ifndef DALI_ARRAY2D_H
+#define DALI_ARRAY2D_H
 
 /*
- * Copyright (c) 2014 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2019 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.
@@ -19,7 +19,7 @@
  *
  */
 
-// INTERNAL INCLUDES
+// EXTERNAL INCLUDES
 #include <dali/public-api/common/dali-vector.h>
 
 namespace Dali
@@ -272,4 +272,4 @@ private:
 
 } // namespace Dali
 
-#endif // __DALI_ARRAY2D_H__
+#endif // DALI_ARRAY2D_H