Parcourir la source

Browser: Add missing `#pragma once` in Tab.h

Emanuele Torre il y a 5 ans
Parent
commit
a220236cde
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      Applications/Browser/Tab.h

+ 2 - 0
Applications/Browser/Tab.h

@@ -24,6 +24,8 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#pragma once
+
 #include "History.h"
 #include <AK/URL.h>
 #include <LibGUI/Widget.h>