From 36bb92ae241403d61dc7a3e5a1696b615be61395 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 7 Mar 2007 11:47:46 +0000 Subject: (svn r9050) -Codechange: Foo(void) -> Foo() --- src/misc/autoptr.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc') diff --git a/src/misc/autoptr.hpp b/src/misc/autoptr.hpp index eac3129b9..3412f3bbc 100644 --- a/src/misc/autoptr.hpp +++ b/src/misc/autoptr.hpp @@ -1,4 +1,4 @@ -/* $Id:$ */ +/* $Id$ */ #ifndef AUTOPTR_HPP #define AUTOPTR_HPP -- cgit v1.2.3-54-g00ecf