Skip to content

Instantly share code, notes, and snippets.

diff --git a/src/NCTree.cc b/src/NCTree.cc
index 9c77a37..69a4124 100644
--- a/src/NCTree.cc
+++ b/src/NCTree.cc
@@ -488,7 +488,31 @@ void NCTree::CreateTreeLines( NCTreeLine * parentLine, NCTreePad * pad, YItem *
NCTreeLine * line = new NCTreeLine( parentLine, treeItem, multiSel );
pad->Append( line );
-
+
diff --git a/examples/ManyWidgets.cc b/examples/ManyWidgets.cc
index 252cd3a..3069b0c 100644
--- a/examples/ManyWidgets.cc
+++ b/examples/ManyWidgets.cc
@@ -392,7 +392,6 @@ int main( int argc, char **argv )
}
}
- std::string TEST = "Test string";
frame = YUI::widgetFactory()->createCheckBoxFrame( hbox, "Tree", false );
/*
Copyright (c) 2014 Angelo Naselli <anaselli@linux.it>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
/*
Copyright (c) 2014 Angelo Naselli <anaselli@linux.it>
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions: