]> git.mxchange.org Git - flightgear.git/commitdiff
Slight syntax change.
authorcurt <curt>
Thu, 9 Sep 1999 14:19:04 +0000 (14:19 +0000)
committercurt <curt>
Thu, 9 Sep 1999 14:19:04 +0000 (14:19 +0000)
src/Objects/fragment.hxx

index 14809a393261a139a5448fc224fd238572270141..d31790cde64ad8299723c8bfc72a4ee9f6b75736 100644 (file)
@@ -150,7 +150,7 @@ public:
     }
 
     void init() {
-       faces.erase( faces.begin(), faces.end() );
+       faces.clear();
     }
 
     // int deleteDisplayList() {