Browse Source

Projucer: Added some missing #pragma once

tags/2021-05-28
ed 7 years ago
parent
commit
88071b29e6
2 changed files with 7 additions and 0 deletions
  1. +4
    -0
      extras/Projucer/Source/ComponentEditor/UI/jucer_JucerCommandIDs.h
  2. +3
    -0
      extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_CLion.h

+ 4
- 0
extras/Projucer/Source/ComponentEditor/UI/jucer_JucerCommandIDs.h View File

@@ -24,6 +24,10 @@
==============================================================================
*/
#pragma once
//==============================================================================
/**
A namespace to hold all the possible command IDs.
*/


+ 3
- 0
extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_CLion.h View File

@@ -24,10 +24,13 @@
==============================================================================
*/
#pragma once
#include "jucer_ProjectExport_CodeBlocks.h"
#include "jucer_ProjectExport_Make.h"
#include "jucer_ProjectExport_Xcode.h"
//==============================================================================
class CLionProjectExporter : public ProjectExporter
{
protected:


Loading…
Cancel
Save