mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Updated .gitignore and avoided a warning in VS2013
This commit is contained in:
parent
6d551deb4c
commit
7e2860eafa
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -35,8 +35,10 @@ profile
|
|||
**/VisualStudio2012/Release
|
||||
**/VisualStudio2013/Debug
|
||||
**/VisualStudio2013/Release
|
||||
**/VisualStudio2013/x64
|
||||
**/VisualStudio2015/Debug
|
||||
**/VisualStudio2015/Release
|
||||
**/VisualStudio2015/x64
|
||||
**/Android/bin
|
||||
**/Android/libs
|
||||
**/Android/gen
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ public:
|
|||
{
|
||||
const char* updateSeverHostname;
|
||||
const char* publicAPIKey;
|
||||
const int apiVersion;
|
||||
int apiVersion;
|
||||
const char* updatePath;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue