Explorar el Código

Added missing keys in gispoi.h

Rafael Arce Nazario hace 9 años
padre
commit
d074f8cc04
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      gispoi.h

+ 1
- 1
gispoi.h Ver fichero

@@ -41,7 +41,7 @@ public:
41 41
     /// \~Spanish
42 42
     /// \brief constructor por defecto
43 43
     ///
44
-    GISPOI();
44
+    GISPOI(){};
45 45
 
46 46
     /// \fn GISPOI(const QString &s, double latitude, double longitude)
47 47
     /// \~English