Explorar o código

Merge pull request #1073 from lioncash/guard

citra-qt: Add a missing header guard to util.h
archshift %!s(int64=11) %!d(string=hai) anos
pai
achega
4ad86a6f78
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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.