Merge pull request #4868 from computezrmle/patch-2

Fix pragma warning
This commit is contained in:
Vitalii Koshura 2022-08-05 13:52:43 +02:00 committed by GitHub
commit 5583bc89f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
// along with BOINC. If not, see <http://www.gnu.org/licenses/>.
//
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma implementation "DlgDiagnosticLogFlags.cpp"
#pragma implementation "DlgDiagnosticLogFlags.h"
#endif
#include "stdwx.h"

View File

@ -16,7 +16,7 @@
// along with BOINC. If not, see <http://www.gnu.org/licenses/>.
//
#if defined(__GNUG__) && !defined(__APPLE__)
#pragma implementation "DlgHiddenColumns.cpp"
#pragma implementation "DlgHiddenColumns.h"
#endif
#include "stdwx.h"