adding pragma once to see if it will help with gcc warnings. Its complaining that every file that includes the platformkeys is not using the variables

This commit is contained in:
amerhifi 2019-05-15 11:58:41 -07:00
parent a779fb54ff
commit 803631a821

View file

@ -5,7 +5,7 @@
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#pragma once
#ifndef hifi_PlatformJsonKeys_h
#define hifi_PlatformJsonKeys_h
#include <QtGlobal>