blob: 6b04f6133751740f06481a504f841337ab8082dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/port.cc.orig Sun Apr 24 02:21:49 2005
+++ src/port.cc Sun Apr 24 02:21:55 2005
@@ -64,7 +64,7 @@
QString m_link;
long long m_size;
};
-};
+}
// This would be nice in Qt
template <class Container>
|