8 lines
85 B
C++
Raw Normal View History

2012-02-18 12:40:36 +02:00
#include "useprefixclass.h"
int UsePrefixClass::someMethod() const
{
return 0;
2012-04-19 19:04:21 +03:00
}