GITHUB_PLUGIN now works and can be used under Linux immediately.

Other platforms to follow as volunteers test support and get openssl in 
place.
This commit is contained in:
Dick Hollenbeck
2013-09-21 22:57:40 -05:00
parent 0a3e76a74d
commit 153aee8eda
3 changed files with 12 additions and 6 deletions
+2 -2
View File
@@ -26,7 +26,7 @@
#define GITHUB_PLUGIN_H_
struct FPL_CACHE;
struct GH_CACHE;
/**
@@ -82,7 +82,7 @@ private:
wxString m_lib_path; ///< from aLibraryPath, something like https://github.com/liftoff-sr/pretty_footprints
std::string m_zip_image; ///< byte image of the zip file in its entirety.
FPL_CACHE* m_cache;
GH_CACHE* m_cache;
};
#endif // GITHUB_PLUGIN_H_