mirror of
https://github.com/QuasarApp/CopyrightFixer.git
synced 2025-04-27 18:24:42 +00:00
ref #58 Fixing: added copyright_Fixer_EXPORT.
This commit is contained in:
parent
2624cc2a36
commit
67d525f32e
@ -5,12 +5,12 @@
|
||||
//# of this license document, but changing it is not allowed.
|
||||
//#
|
||||
|
||||
#include "ifilehandler.h"
|
||||
#include "ifilemanager.h"
|
||||
|
||||
|
||||
namespace CopyrighFixer {
|
||||
|
||||
IFileHandler::~IFileHandler() {
|
||||
IFileManager::~IFileManager() {
|
||||
|
||||
}
|
||||
|
@ -17,7 +17,7 @@ namespace CopyrighFixer {
|
||||
/**
|
||||
* @brief The Extensinon enum File extensions for signature.
|
||||
*/
|
||||
enum Extensinon {
|
||||
enum CopyrighFixer_EXPORT Extensinon {
|
||||
CPP,
|
||||
HPP,
|
||||
H,
|
||||
@ -31,7 +31,7 @@ enum Extensinon {
|
||||
/**
|
||||
* @brief The IFileHandler class This is class that handles the source files that need to be signed.
|
||||
*/
|
||||
class IFileHandler {
|
||||
class CopyrighFixer_EXPORT IFileManager {
|
||||
public:
|
||||
|
||||
/**
|
||||
@ -56,7 +56,7 @@ public:
|
||||
*/
|
||||
virtual Extensinon supportsExtensions() = 0;
|
||||
|
||||
virtual ~IFileHandler();
|
||||
virtual ~IFileManager();
|
||||
};
|
||||
|
||||
};
|
Loading…
x
Reference in New Issue
Block a user