Return a reference to Kernel from systemKernel()
This commit is contained in:
parent
abfcfd24cd
commit
7f72106639
3 changed files with 4 additions and 4 deletions
|
@ -21,10 +21,10 @@ namespace kernel {
|
|||
* Static
|
||||
*/
|
||||
|
||||
Kernel*
|
||||
Kernel&
|
||||
Kernel::systemKernel()
|
||||
{
|
||||
return &sKernel;
|
||||
return sKernel;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue