[Groonga-commit] groonga/grnxx at 268f53e [master] Correct a tag of a forward declaration.

Back to archive index

susumu.yata null+****@clear*****
Wed May 15 18:01:09 JST 2013


susumu.yata	2013-05-15 18:01:09 +0900 (Wed, 15 May 2013)

  New Revision: 268f53efba918732fe1f5a82bf19cbd8c64d5cad
  https://github.com/groonga/grnxx/commit/268f53efba918732fe1f5a82bf19cbd8c64d5cad

  Message:
    Correct a tag of a forward declaration.

  Modified files:
    lib/grnxx/traits.hpp

  Modified: lib/grnxx/traits.hpp (+1 -1)
===================================================================
--- lib/grnxx/traits.hpp    2013-05-15 17:33:28 +0900 (f8c5550)
+++ lib/grnxx/traits.hpp    2013-05-15 18:01:09 +0900 (309dfa8)
@@ -24,7 +24,7 @@
 
 namespace grnxx {
 
-class GeoPoint;
+union GeoPoint;
 
 // A simple/complex type should use pass by value/reference.
 template <typename T>
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index