diff options
Diffstat (limited to 'src/net/packetcounters.h')
-rw-r--r-- | src/net/packetcounters.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/net/packetcounters.h b/src/net/packetcounters.h index 95a13ee06..afb5dab90 100644 --- a/src/net/packetcounters.h +++ b/src/net/packetcounters.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef PACKETCOUNTERS_H -#define PACKETCOUNTERS_H +#ifndef NET_PACKETCOUNTERS_H +#define NET_PACKETCOUNTERS_H #include "localconsts.h" @@ -61,4 +61,4 @@ private: static void updateCounter(int ¤tSec, int &calc, int &counter); }; -#endif +#endif // NET_PACKETCOUNTERS_H |