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); */