diff --git a/include/inc-transform/transform.hpp b/include/inc-transform/transform.hpp
index afc85b1e23aae4d7609f64ce207cadb8293a00b4..7523a5f51ec8f93b6753196ce967ba61f933f161 100644
--- a/include/inc-transform/transform.hpp
+++ b/include/inc-transform/transform.hpp
@@ -25,12 +25,12 @@ namespace IRDB_SDK
 
 	using namespace std;
 
-	class Transform 
+	class Transform_t
 	{
 
 		public:
-			Transform(FileIR_t * file); 
-			virtual ~Transform() { } 
+			Transform_t(FileIR_t * file); 
+			virtual ~Transform_t() { } 
 
 			Instruction_t* insertAssemblyBefore  (Instruction_t* p_before, const string &p_asm, Instruction_t* p_targ=nullptr);
 			Instruction_t* insertAssemblyAfter   (Instruction_t* p_after , const string &p_asm, Instruction_t* p_targ=nullptr);