15 lines
145 B
C
15 lines
145 B
C
|
|
||
|
|
||
|
// This is a header so there should be no implementation here..
|
||
|
|
||
|
void f()
|
||
|
{ }
|
||
|
|
||
|
class clKalle
|
||
|
{
|
||
|
public:
|
||
|
clKalle()
|
||
|
{ }
|
||
|
};
|
||
|
|