Index: trunk/src/gl/texture_atlas.cc
===================================================================
--- trunk/src/gl/texture_atlas.cc	(revision 27)
+++ trunk/src/gl/texture_atlas.cc	(revision 28)
@@ -8,4 +8,5 @@
 
 #include "nv/logging.hh"
+#include <iostream>
 
 using namespace nv;
@@ -25,4 +26,5 @@
 	int best_index  = -1;
 	int best_width  = INT_MAX;
+	std::cout << "The size is: " << m_nodes.size() << std::endl;
 	for( size_t i=0; i < m_nodes.size(); ++i )
 	{
Index: trunk/src/gl/texture_font.cc
===================================================================
--- trunk/src/gl/texture_font.cc	(revision 27)
+++ trunk/src/gl/texture_font.cc	(revision 28)
@@ -26,5 +26,5 @@
 	: m_atlas( atlas ), m_filename(filename), m_size( size ), 
 	m_height(0), m_linegap(0), m_ascender(0), m_descender(0),
-	m_rlibrary( nullptr ), m_rface( nullptr ), m_hinting( true ), m_filtering( true )
+	m_hinting( true ), m_filtering( true ), m_rlibrary( nullptr ), m_rface( nullptr )
 {
 	size_t hres = 64;
