summaryrefslogtreecommitdiff
path: root/src/typeinfo
diff options
context:
space:
mode:
Diffstat (limited to 'src/typeinfo')
-rw-r--r--src/typeinfo6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/typeinfo b/src/typeinfo
index cc064c2..74e77ae 100644
--- a/src/typeinfo
+++ b/src/typeinfo
@@ -7,8 +7,10 @@ namespace std
class type_info
{
public:
- /** Virtual destructor. This class must have one virtual function to
- * ensure that it has a vtable. */
+ /**
+ * Virtual destructor. This class must have one virtual function to
+ * ensure that it has a vtable.
+ */
virtual ~type_info();
bool operator==(const type_info &) const;
bool operator!=(const type_info &) const;