diff options
| author | JosJuice <josjuice@gmail.com> | 2017-07-25 08:23:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-25 08:23:49 +0200 |
| commit | 8292d378ea0dc91eca501f417409a5199a46bd18 (patch) | |
| tree | bead230206717267989222d7e8e1de786ffc93f9 /Source/Core | |
| parent | 63f1f122fabec3d7a244acb24a8f9013ddea74c6 (diff) | |
| parent | 73734748887ba4bc254658d496e0897e8f333707 (diff) | |
Merge pull request #5824 from lioncash/include-guard
ListProxyModel: Add missing include guard
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinQt2/GameList/ListProxyModel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/DolphinQt2/GameList/ListProxyModel.h b/Source/Core/DolphinQt2/GameList/ListProxyModel.h index 85213baf46..235c4bd7af 100644 --- a/Source/Core/DolphinQt2/GameList/ListProxyModel.h +++ b/Source/Core/DolphinQt2/GameList/ListProxyModel.h @@ -2,6 +2,8 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#pragma once + #include <QSortFilterProxyModel> // This subclass of QSortFilterProxyModel transforms the raw data into a |
