7 lines
84 B
C++
Raw Normal View History

2011-08-25 19:01:04 +02:00
#include "useprefixclass.h"
int UsePrefixClass::someMethod() const
{
return 0;
}