test action
This commit is contained in:
parent
07c205173e
commit
f2a9a6128c
@ -2,7 +2,6 @@
|
||||
|
||||
#include <iostream>
|
||||
|
||||
void MyModule::doSomething()
|
||||
{
|
||||
std::cout << "Doing something!" << std::endl;
|
||||
void MyModule::doSomething() {
|
||||
std::cout << "Doing really something!" << std::endl;
|
||||
}
|
||||
@ -3,5 +3,5 @@
|
||||
class MyModule
|
||||
{
|
||||
public:
|
||||
void doSomething();
|
||||
void doSomething();
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user