interesting linker trivia

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=638157
This commit is contained in:
Aaron J. Seigo 2007-03-01 00:00:23 +00:00
parent 42e638bfd6
commit af51cd0360

View File

@ -20,11 +20,11 @@
#include "interface.h" #include "interface.h"
Plasma::Interface* Plasma::Interface::m_interface;
namespace Plasma namespace Plasma
{ {
Interface* Interface::m_interface;
Interface *Interface::self() Interface *Interface::self()
{ {
return m_interface; return m_interface;