diff Core/Enumerations.h @ 885:0570a8c859cb plugins

SharedLibrary class
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 14 Jun 2014 16:53:28 +0200
parents 3c0d0836f704
children 743a75b14bef
line wrap: on
line diff
--- a/Core/Enumerations.h	Sat Jun 14 16:04:15 2014 +0200
+++ b/Core/Enumerations.h	Sat Jun 14 16:53:28 2014 +0200
@@ -71,7 +71,8 @@
     ErrorCode_InexistentTag,
     ErrorCode_ReadOnly,
     ErrorCode_IncompatibleImageFormat,
-    ErrorCode_IncompatibleImageSize
+    ErrorCode_IncompatibleImageSize,
+    ErrorCode_SharedLibrary
   };
 
   /**