Formatting, update header in io_mgr.h.
This commit is contained in:
parent
530f270902
commit
1d79952d55
|
@ -5,7 +5,7 @@
|
||||||
* This program source code file is part of KICAD, a free EDA CAD application.
|
* This program source code file is part of KICAD, a free EDA CAD application.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2011-2012 SoftPLC Corporation, Dick Hollenbeck <dick@softplc.com>
|
* Copyright (C) 2011-2012 SoftPLC Corporation, Dick Hollenbeck <dick@softplc.com>
|
||||||
* Copyright (C) 2016-2020 Kicad Developers, see AUTHORS.txt for contributors.
|
* Copyright (C) 2016-2023 Kicad Developers, see AUTHORS.txt for contributors.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -680,7 +680,9 @@ public:
|
||||||
protected:
|
protected:
|
||||||
static bool fileStartsWithPrefix( const wxString& aFilePath, const wxString& aPrefix,
|
static bool fileStartsWithPrefix( const wxString& aFilePath, const wxString& aPrefix,
|
||||||
bool aIgnoreWhitespace );
|
bool aIgnoreWhitespace );
|
||||||
static bool fileStartsWithBinaryHeader( const wxString& aFilePath, const std::vector<uint8_t>& aHeader );
|
|
||||||
|
static bool fileStartsWithBinaryHeader( const wxString& aFilePath,
|
||||||
|
const std::vector<uint8_t>& aHeader );
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // IO_MGR_H_
|
#endif // IO_MGR_H_
|
||||||
|
|
Loading…
Reference in New Issue