viewgit/index.php:465 Only variables should be passed by reference [2048]

viewgit/index.php:466 Non-static method GeSHi::get_language_name_from_extension() should not be called statically [2048]

  1.  
  2. using System;
  3.  
  4. namespace Dizzy
  5. {
  6.  
  7.  
  8. public partial class ErrorDialog : Gtk.Dialog
  9. {
  10.  
  11. public ErrorDialog ()
  12. {
  13. this.Build ();
  14. }
  15. }
  16. }