diff --git a/system/libraries/Typography.php b/system/libraries/Typography.php
index 3e465d7..93e40b9 100644
--- a/system/libraries/Typography.php
+++ b/system/libraries/Typography.php
@@ -42,6 +42,14 @@
 	var $reduce_empty_lines	= FALSE;
 
 	/**
+	 * Nothing to do here...
+	 *
+	 */
+	function CI_Typography()
+	{
+	}
+
+	/**
 	 * Main Processing Function
 	 *
 	 */