Skip to content
Commit 8412ac51 authored by Nicolas Fella's avatar Nicolas Fella
Browse files

Add namespace prefix to headers

The types ksanecore provides are in the KSaneCore namespace. It is convention to add the namespace as a prefix to the headers the consumer includes

e.g. #include<Option> should be #include<KSaneCore/Option>

This avoids adding generic header names like Option to the global 'include namespace' and avoids potential conflicts with other libraries
parent d5b1652b
Pipeline #557976 passed with stage
in 31 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment