Browse Source

citra-qt: Add a missing header guard to util.h

Lioncash 11 năm trước cách đây
mục cha
commit
e7ebb9d36c
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/citra_qt/util/util.h

+ 2 - 0
src/citra_qt/util/util.h

@@ -2,6 +2,8 @@
 // Licensed under GPLv2 or any later version
 // Refer to the license.txt file included.
 
+#pragma once
+
 #include <QFont>
 
 /// Returns a QFont object appropriate to use as a monospace font for debugging widgets, etc.