Commit f424d8cebd0b5b120af08fc9582b556fcc683726

henry 2002-12-20T10:26:03

Minor formatting

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/FTVector.h b/include/FTVector.h
index 0dc4ed1..6147f52 100644
--- a/include/FTVector.h
+++ b/include/FTVector.h
@@ -117,7 +117,7 @@ class FTGL_EXPORT FTVector
             }
            
            ( *this)[size()] = x;
-            Size++;
+            ++Size;
         }
 
         void resize(size_type n, value_type x)