Kaydet (Commit) 9d9878f8 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix warning C4273: 'ToolbarValue::~ToolbarValue' : inconsistent dll linkage

That destructor is defined in vcl/source/gdi/outdevnative.cxx anyway.
(As empty there, too.) What is going on here?

Change-Id: Id27f07d47d819a4eaf272819a2e058f5f930b7be
üst e58b0ce9
...@@ -23,8 +23,6 @@ ...@@ -23,8 +23,6 @@
#include <vcl/gradient.hxx> #include <vcl/gradient.hxx>
#include <vcl/lineinfo.hxx> #include <vcl/lineinfo.hxx>
ToolbarValue::~ToolbarValue (void) {}
namespace namespace
{ {
const static sal_Int32 gnLeftIconSpace (3); const static sal_Int32 gnLeftIconSpace (3);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment