diff options
Diffstat (limited to 'gui/argumentseditor.h')
-rw-r--r-- | gui/argumentseditor.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gui/argumentseditor.h b/gui/argumentseditor.h index 73cd4580..148b3ff6 100644 --- a/gui/argumentseditor.h +++ b/gui/argumentseditor.h @@ -1,5 +1,4 @@ -#ifndef ARGUMENTSEDITOR_H -#define ARGUMENTSEDITOR_H +#pragma once #include "apitracecall.h" #include "ui_argumentseditor.h" @@ -182,5 +181,3 @@ private: ApiTraceCall *m_call; }; - -#endif |