Skip to content
Snippets Groups Projects
Commit 0c73311b authored by Alexander Jaust's avatar Alexander Jaust
Browse files

slight cleanup; hopefully code compiles on other platforms now

parent 19c30e55
No related branches found
No related tags found
No related merge requests found
#include "helperfunctions.hh"
helperfunctions::helperfunctions()
{
}
#ifndef HELPERFUNCTIONS_HH
#define HELPERFUNCTIONS_HH
class helperfunctions
{
public:
helperfunctions();
};
#endif // HELPERFUNCTIONS_HH
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment