8 lines
72 B
C++
Raw Normal View History

#include "other.h"
void
Other::DoSomethingElse()
{
DoSomething();
}