Skip to content
Snippets Groups Projects
Commit ed90ad9e authored by guinux's avatar guinux
Browse files

remove build warnings

parent bfd92ed8
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ class AlpmRepo {
}
class AlpmConfig {
public class AlpmConfig {
string conf_path;
string? rootdir;
string? dbpath;
......
......@@ -18,7 +18,7 @@
*/
namespace Pamac {
class MirrorsConfig {
public class MirrorsConfig {
string conf_path;
public string choosen_generation_method { get; private set; }
......
......@@ -18,7 +18,7 @@
*/
namespace Pamac {
class Config {
public class Config {
string conf_path;
HashTable<string,string> _environment_variables;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment