Index: trunk/tests/gui_test/nv_gui_test.cc
===================================================================
--- trunk/tests/gui_test/nv_gui_test.cc	(revision 268)
+++ trunk/tests/gui_test/nv_gui_test.cc	(revision 269)
@@ -23,5 +23,5 @@
 	nv::clear_state m_clear_state;
 	nv::gui::environment* m_guienv;
-	std::vector<nv::gui::element*>   m_windows;
+	std::vector<nv::gui::handle>   m_windows;
 };
 
@@ -86,5 +86,5 @@
 	glm::ivec2 a( std::rand() % 600, std::rand() % 400 );
 	glm::ivec2 b( std::rand() % 200 + 40, std::rand() % 200 + 40 );
-	nv::gui::element* e = m_guienv->create_element( nullptr, nv::rectangle(a).dim(b) );
+	nv::gui::handle e = m_guienv->create_element( nv::rectangle(a).dim(b) );
 	m_guienv->set_class( e, "window" );
 	m_guienv->set_text( e, "Window "+nv::to_string(m_windows.size()+1) );
