diff options
Diffstat (limited to 'src/gui/popups/speechbubble.h')
-rw-r--r-- | src/gui/popups/speechbubble.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/popups/speechbubble.h b/src/gui/popups/speechbubble.h index ca3c9668b..3753ee82d 100644 --- a/src/gui/popups/speechbubble.h +++ b/src/gui/popups/speechbubble.h @@ -21,8 +21,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef GUI_SPEECHBUBBLE_H -#define GUI_SPEECHBUBBLE_H +#ifndef GUI_POPUPS_SPEECHBUBBLE_H +#define GUI_POPUPS_SPEECHBUBBLE_H #include "gui/theme.h" @@ -61,4 +61,4 @@ class SpeechBubble final : public Popup TextBox *mSpeechBox; }; -#endif // GUI_SPEECHBUBBLE_H +#endif // GUI_POPUPS_SPEECHBUBBLE_H |