Skip to content
Snippets Groups Projects
Commit 1d6a725c authored by Sam Yates's avatar Sam Yates
Browse files

struct v. class style fix

parent 16ec9bbf
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,8 @@
namespace testing {
struct data_loader {
class data_loader {
public:
// set where to find the validation JSON files
void set_path(const std::string& path) { path_=path; }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment