[libchamplainmm] defines: update global constants



commit ffb77dc0c8425638f5d9ab733be434784a3bd818
Author: Juan R. GarcĂ­a Blanco <juanrgar gmail com>
Date:   Sun Feb 23 23:35:44 2014 +0100

    defines: update global constants
    
        * Rename CHAMPLAIN_MAX/MIN_LAT to
        CHAMPLAIN_MAX/MIN_LATITUDE
        * Rename CHAMPLAIN_MAX/MIN_LONG to
        CHAMPLAIN_MAX/MIN_LONGITUDE

 libchamplain/src/defines.ccg |    8 ++++----
 libchamplain/src/defines.hg  |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/libchamplain/src/defines.ccg b/libchamplain/src/defines.ccg
index 48507e0..f82ece3 100644
--- a/libchamplain/src/defines.ccg
+++ b/libchamplain/src/defines.ccg
@@ -19,9 +19,9 @@
 namespace Champlain
 {
 
-const int MIN_LAT  = CHAMPLAIN_MIN_LAT;
-const int MAX_LAT  = CHAMPLAIN_MAX_LAT;
-const int MIN_LONG = CHAMPLAIN_MIN_LONG;
-const int MAX_LONG = CHAMPLAIN_MAX_LONG;
+const int MIN_LATITUDE  = CHAMPLAIN_MIN_LATITUDE;
+const int MAX_LATITUDE  = CHAMPLAIN_MAX_LATITUDE;
+const int MIN_LONGITUDE = CHAMPLAIN_MIN_LONGITUDE;
+const int MAX_LONGITUDE = CHAMPLAIN_MAX_LONGITUDE;
 
 } // namespace Champlain
diff --git a/libchamplain/src/defines.hg b/libchamplain/src/defines.hg
index 4a87a59..6c5146e 100644
--- a/libchamplain/src/defines.hg
+++ b/libchamplain/src/defines.hg
@@ -25,9 +25,9 @@ namespace Champlain
 
 _WRAP_ENUM(State, ChamplainState)
 
-extern const int MIN_LAT;
-extern const int MAX_LAT;
-extern const int MIN_LONG;
-extern const int MAX_LONG;
+extern const int MIN_LATITUDE;
+extern const int MAX_LATITUDE;
+extern const int MIN_LONGITUDE;
+extern const int MAX_LONGITUDE;
 
 } // namespace Champlain


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]