Replacce pragma once with ifndef
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef PAGINATOR_HPP
|
||||
#define PAGINATOR_HPP
|
||||
#include <utility>
|
||||
|
||||
class Paginator {
|
||||
@@ -53,4 +53,5 @@ private:
|
||||
int total;
|
||||
int page;
|
||||
int numPages;
|
||||
};
|
||||
};
|
||||
#endif
|
Reference in New Issue
Block a user