diff options
Diffstat (limited to 'src/core/hle/service')
| -rw-r--r-- | src/core/hle/service/vi/display/vi_display.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/vi/display/vi_display.h b/src/core/hle/service/vi/display/vi_display.h index 0979fc421..329f4ba86 100644 --- a/src/core/hle/service/vi/display/vi_display.h +++ b/src/core/hle/service/vi/display/vi_display.h | |||
| @@ -28,10 +28,10 @@ class Layer; | |||
| 28 | 28 | ||
| 29 | /// Represents a single display type | 29 | /// Represents a single display type |
| 30 | class Display { | 30 | class Display { |
| 31 | public: | ||
| 31 | YUZU_NON_COPYABLE(Display); | 32 | YUZU_NON_COPYABLE(Display); |
| 32 | YUZU_NON_MOVEABLE(Display); | 33 | YUZU_NON_MOVEABLE(Display); |
| 33 | 34 | ||
| 34 | public: | ||
| 35 | /// Constructs a display with a given unique ID and name. | 35 | /// Constructs a display with a given unique ID and name. |
| 36 | /// | 36 | /// |
| 37 | /// @param id The unique ID for this display. | 37 | /// @param id The unique ID for this display. |