Changeset 121 for cpp/frams/vm/classes/collectionobj.cpp
- Timestamp:
- 02/08/14 06:00:41 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/vm/classes/collectionobj.cpp
r109 r121 1 // This file is a part of the Framsticks GDK library.2 // Copyright (C) 2002-201 1Szymon Ulatowski. See LICENSE.txt for details.1 // This file is a part of the Framsticks GDK. 2 // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. 3 3 // Refer to http://www.framsticks.com/ for further information. 4 4 … … 77 77 if (v) delete v; 78 78 } 79 //nie tak spektakularny jak rasowe bugi roku ale tez idiotyczny :>80 //wszystko przez to ze poczatkowo bylo tylko uzywane w destruktorze...81 79 data.clear(); 82 80 }
Note: See TracChangeset
for help on using the changeset viewer.