From 5f511927a9a53bad6fdecd9136c56de54cf2befd Mon Sep 17 00:00:00 2001 From: beveloper Date: Tue, 10 Dec 2002 20:00:36 +0000 Subject: [PATCH] removed /* within comment git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2222 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/interface/Font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/interface/Font.h b/headers/os/interface/Font.h index ea5adbee3d..5f0f7674fc 100644 --- a/headers/os/interface/Font.h +++ b/headers/os/interface/Font.h @@ -142,7 +142,7 @@ public: BFont(void); BFont(const BFont &font); BFont(const BFont *font); - /* /* XXX TODO: R5 doesn't have a destructor, so we get linking errors when objects compiled with old headers with the new library + /* XXX TODO: R5 doesn't have a destructor, so we get linking errors when objects compiled with old headers with the new library ~BFont(void); */