mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
7 lines
64 B
C++
7 lines
64 B
C++
|
|
#include "someclass.h"
|
|
|
|
void SomeClass::someMethod() const
|
|
{
|
|
|
|
} |