~holger-seelig/titania/3.0

« back to all changes in this revision

Viewing changes to Titania/Titania/Browser/X3DBrowserWindow.cpp

  • Committer: Holger Seelig
  • Date: 2013-08-05 19:51:24 UTC
  • Revision ID: holger.seelig@yahoo.de-20130805195124-weg56pajdi69mt1j
Test implementation of parallel load of images.

Show diffs side-by-side

added added

removed removed

Lines of Context:
373
373
void
374
374
X3DBrowserWindow::loadIcon ()
375
375
{
376
 
        const auto & worldURL = getBrowser () -> getExecutionContext () -> getWorldURL ();
 
376
        const basic::uri & worldURL = getBrowser () -> getExecutionContext () -> getWorldURL ();
377
377
 
378
378
        Gtk::StockID stockId = Gtk::StockID (worldURL .str ());
379
379